home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 273_01 / compall.bat < prev    next >
DOS Batch File  |  1988-05-02  |  79b  |  3 lines

  1. for %%f in (*.cc) do tcc -c -ms %%f
  2. for %%f in (*.ca) do tcc -B -c -ms  %%f
  3.